Ниже предоставлен полный список пользовательских функций раздела "IE Management", доступных в AutoIt. Кликните по имени функции для получения детального описания
Для использования этих функций необходимо добавить строку #include <IE.au3>.
Функция | Описание |
---|---|
_IE_Example | Открывает специальную тестовую HTML-страницу, для теста примеров IE.au3 или ваших собственных |
_IE_Introduction | Показывает вводную информацию о IE.au3 в новом окне браузера |
_IE_VersionInfo | Возвращает массив с информацией о версии IE.au3 |
_IEAction | Выполняет одно из множества простых операций в браузере. |
_IEAttach | Attach to the specified instance of Internet Explorer where the search string sub-string matches (based on the selected mode). |
_IEBodyReadHTML | Возвращает код HTML-документа заключённый в тегах <body>. |
_IEBodyReadText | Возвращает текст, находящийся внутри тегов <body>. |
_IEBodyWriteHTML | Заменяет содержимое HTML-документа внутри тегов <body>. |
_IECreate | Создаёт окно браузера Internet Explorer. |
_IECreateEmbedded | Создаёт объект веб-браузера пригодного для вставки в GUI-окно AutoIt с использованием GuiCtrlCreateObj(). |
_IEDocGetObj | Given any DOM object, returns a reference to the associated document object. |
_IEDocInsertHTML | Вставляет HTML-код внутрь или снаружи элемента. |
_IEDocInsertText | Вставляет текст внутрь или снаружи элемента. |
_IEDocReadHTML | Возвращает полный исходный код HTML-документа. |
_IEDocWriteHTML | Заменяет содержимое всего HTML-документа. |
_IEErrorHandlerDeRegister | Отключить зарегистрированный пользователем обработчика COM ошибок |
_IEErrorHandlerRegister | Регистрация и включение пользовательского обработчика COM ошибок |
_IEErrorNotify | Указывает, следует ли автоматически уведомлять о предупреждениях и ошибках IE.au3 (в консоль) |
_IEFormElementCheckboxSelect | Set the value of a specified form element. |
_IEFormElementGetCollection | Returns a collection object variable representing all Form Elements within a given Form. |
_IEFormElementGetObjByName | Returns an object reference to a Form Element by name. |
_IEFormElementGetValue | Returns the value of a given Form Element. |
_IEFormElementOptionSelect | Set the value of a specified form element. |
_IEFormElementRadioSelect | Set the value of a specified form element. |
_IEFormElementSetValue | Set the value of a specified Form Element. |
_IEFormGetCollection | Returns a collection object variable representing the Forms in the document or a single form by index. |
_IEFormGetObjByName | Возвращает объект-ссылку на Form по имени. |
_IEFormImageClick | Simulate a mouse click on an <input type=image>. Match by sub-string match of alt text, name or src. |
_IEFormReset | Reset a specified Form setting the values back to their loaded defaults. |
_IEFormSubmit | Submit a specified Form. |
_IEFrameGetCollection | Returns a collection object containing the frames in a FrameSet or the iFrames on a normal page or a single Frame or iFrame by index. |
_IEFrameGetObjByName | Returns an object reference to a Frame or iFrame by name. |
_IEGetObjById | Returns an object variable by id or name. |
_IEGetObjByName | Returns an object variable by name or id. |
_IEHeadInsertEventScript | Inserts a Javascript into the Head of the document. |
_IEImgClick | Эмулирует клик мыши на изображении. Строковое совпадение может выполнятся по alt тексту, имени, или src. |
_IEImgGetCollection | Возвращает переменную объекта коллекции представляющую теги IMG в документе, или единственное изображение по индексу. |
_IEIsFrameSet | Checks to see if the specified Window contains a FrameSet. |
_IELinkClickByIndex | Simulate a mouse click on a link by 0-based index (in source order). |
_IELinkClickByText | Simulate a mouse click on a link with text sub-string matching the string provided. |
_IELinkGetCollection | Returns a collection object containing all links in the document or a single link by index. |
_IELoadWait | Ожидает завершения загрузки страницы браузера перед продолжением. |
_IELoadWaitTimeout | Возвращает или устанавливает текущее значение тайм-аута в миллисекундах для _IELoadWait перед выходом по тайм-ауту. |
_IENavigate | Принуждает существующее окно браузера перейти к указанному URL. |
_IEPropertyGet | Возвращает выбранное свойство браузера или элемент DOM. |
_IEPropertySet | Устанавливает выбранное свойство браузера или элемент DOM. |
_IEQuit | Close the browser and remove the object reference to it. |
_IETableGetCollection | Returns a collection object variable representing all the tables in a document or a single table by index. |
_IETableWriteToArray | Reads the contents of a Table into an array. |
_IETagNameAllGetCollection | Returns a collection object all elements in the document or document hierarchy in source order or a single element by index. |
_IETagNameGetCollection | Returns a collection object of all elements in the object with the specified TagName or a single element by index. |